home *** CD-ROM | disk | FTP | other *** search
/ Aminet 39 / Aminet 39 (2000)(Schatztruhe)[!][Oct 2000].iso / Aminet / disk / misc / PurgeDelDir.readme < prev    next >
Encoding:
Text File  |  2000-09-02  |  4.4 KB  |  153 lines

  1. Short:    Purge PFS .DelDir of useful file references
  2. Author:   Giles Burdett (layabouts@the-giant-sofa.demon.co.uk)
  3. Uploader: Giles Burdett (layabouts@the-giant-sofa.demon.co.uk)
  4. Version:  1.4
  5. Type:     disk/misc
  6. Replaces: PurgeDelDir.lha and PurgeDELDIR.lha
  7.  
  8.     PurgeDelDir has been designed and programmed
  9.     by Giles Burdett.
  10.       - layabouts@the-giant-sofa.demon.co.uk
  11.  
  12.     PFS is the Professional File System by
  13.     GREat Effects Development.
  14.       - www.greed.nl
  15.  
  16.  
  17. PurgeDelDir v1.4
  18. ----------------
  19.  
  20.  
  21. What is it?
  22.  
  23.    A tool to erase the entries listed in Device:.DELDIR on a PFS 2 or 3
  24.    formatted partition.
  25.  
  26.  
  27. How do I use it?
  28.  
  29.  
  30.    Have the command somewhere in your path. I have the directory created
  31.    during the PFS installation, pfs2/tools, in my path, and I keep
  32.    PurgeDelDir in there so it's with all the other PFS related tools.
  33.  
  34.  
  35.    Quick start -
  36.  
  37.                    PurgeDelDir Work:
  38.  
  39.  
  40.                    This will erase 32 entries from Work:.DELDIR, with
  41.                    32 being the default value the program uses unless
  42.                    you override it (explained below). This is all a
  43.                    user of PFS 2 will really need.
  44.  
  45.    More details -
  46.  
  47.                    PurgeDelDir Work: 50
  48.  
  49.  
  50.                    This will erase 50 entries from Work:.DELDIR. Any
  51.                    value between 1 and 992 inclusive can be specified.
  52.                    This is most useful to users of PFS 3 which can
  53.                    have deletion directories of variable size, but both
  54.                    PFS 2 and 3 users can specify a low value to erase
  55.                    fewer entries than exist in Device:.DELDIR.
  56.  
  57.  
  58.    Environment control -
  59.  
  60.                    If you want to permanently override the default
  61.                    value of 32 used by PurgeDelDir, to save yourself
  62.                    typing your preferred value on the command line
  63.                    every time you use it, create a plain text file
  64.                    called -
  65.  
  66.                             Env:PurgeDelDir/slot_value
  67.  
  68.                    and simply enter the number you want into this file.
  69.  
  70.                    Be sure to copy this file (with the directory) to
  71.                    EnvArc: if you want to have it available after you
  72.                    reboot.
  73.  
  74.  
  75.  
  76. Notes
  77.  
  78.         C source code included. Compiled with vbcc m68k.
  79.         Take a look at the source if you're curious!
  80.  
  81.  
  82.  
  83. Thanks
  84.  
  85.         Thanks go to the people on the Amiga C mailing list for
  86.         helping me squish some initial bugs!
  87.  
  88.         Thanks also go to all those who contacted me after the first
  89.         Aminet release to suggest improvements and bugfixes, and
  90.         especially to Jeroen Vermeulen for his many useful remarks
  91.         and suggestions. Thanks Jeroen! :)
  92.  
  93.  
  94.  
  95. Known bugs
  96.  
  97.         None. Yeah, sure! ;)
  98.  
  99.  
  100.  
  101. History
  102.  
  103. v1.4   (public release)
  104.        - Corrected maximum allowable entries parameter for PFS 3;
  105.          actually 992 but I read it as 99. Oops! :-)
  106.        - Improved environment variable support; should work
  107.          correctly with HappyEnv now.
  108.        - Better script support (uses correct error levels).
  109.  
  110.  
  111. v1.3   (public release)
  112.        - Added support for env variable to override compiled in value.
  113.  
  114.  
  115. v1.2
  116.        - Rewritten to use standard dos.library ReadArgs() function.
  117.        - Now compiled with vbcc m68k instead of StormC 2 demo.
  118.        - Filename bug *removed*.
  119.  
  120.  
  121. v1.1
  122.        - Minor changes and the one and only known bug (see below)
  123.          still present :(
  124.  
  125.  
  126. v1.0   (public release)
  127.        - Contains one known bug that inserts strange characters
  128.          in the filenames the program fills .DelDir with.
  129.  
  130.  
  131.  
  132.  
  133. Disclaimer
  134.  
  135.         Use this program at your own risk. I cannot take any responsibility
  136.         for damage, data loss or any other calamity related to the use of
  137.         this software.
  138.  
  139.  
  140. ============================= Archive contents =============================
  141.  
  142. Original  Packed Ratio    Date     Time    Name
  143. -------- ------- ----- --------- --------  -------------
  144.     2322    1513 34.8% 09-May-00 01:08:06  PurgeDelDir.info
  145.       64      64  0.0% 08-May-00 22:43:34 +mk
  146.     6092    3692 39.3% 01-Aug-00 00:37:26 +PurgeDelDir
  147.     3111    1276 58.9% 01-Aug-00 00:28:00 +PurgeDelDir.c
  148.     1775    1288 27.4% 09-May-00 00:45:26 +PurgeDelDir.c.info
  149.     3815    1660 56.4% 01-Aug-00 00:36:32 +PurgeDelDir.readme
  150.     1593    1074 32.5% 09-May-00 00:48:38 +PurgeDelDir.readme.info
  151. -------- ------- ----- --------- --------
  152.    18772   10567 43.7% 01-Aug-100 04:04:56   7 files
  153.